Skip to content

Conversation

@Nerixyz
Copy link
Contributor

@Nerixyz Nerixyz commented Nov 28, 2025

The test was flaky, because it assumed that the breakpoint was always resolved before r was executed (#169728 (comment)). This PR removes the check for this order. It still checks that the breakpoint is resolved before it is hit.

@llvmbot
Copy link
Member

llvmbot commented Nov 28, 2025

@llvm/pr-subscribers-lldb

Author: nerix (Nerixyz)

Changes

The test was flaky, because it assumed that the breakpoint was always resolved before r was executed (#169728 (comment)). This removes the check for this order. It still checks that the breakpoint is resolved before it is hit.


Full diff: https://github.com/llvm/llvm-project/pull/169932.diff

1 Files Affected:

  • (modified) lldb/test/Shell/SymbolFile/PDB/add-symbols.cpp (+1-1)
diff --git a/lldb/test/Shell/SymbolFile/PDB/add-symbols.cpp b/lldb/test/Shell/SymbolFile/PDB/add-symbols.cpp
index ef7690b1720a6..64fbc84a98f24 100644
--- a/lldb/test/Shell/SymbolFile/PDB/add-symbols.cpp
+++ b/lldb/test/Shell/SymbolFile/PDB/add-symbols.cpp
@@ -25,7 +25,7 @@
 // CHECK-NEXT: Breakpoint 1: no locations (pending).
 // CHECK: (lldb) target symbols add
 // CHECK: 1 location added to breakpoint 1
-// CHECK: (lldb) r
+
 // CHECK: * thread #1, stop reason = breakpoint 1.1
 // CHECK: (lldb) target variable a
 // CHECK-NEXT: (A) a = (x = 47)

@Nerixyz
Copy link
Contributor Author

Nerixyz commented Nov 28, 2025

I'll merge this without a review, because the buildbot is currently failing (see linked comment).

@Nerixyz Nerixyz merged commit b38ed00 into llvm:main Nov 28, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants